Rename fstack → moto across the repo - #5
Merged
Conversation
The repo is floomhq/moto but a lot of branding, env vars, paths, GitHub URLs, CLI usage strings, and docs still referenced the old fstack name. Replace them with moto and clean up the rename leftovers (duplicate symlinks, duplicate MOTO_*_DIR fallbacks, the APP_NAME=moto→fstack override in mac/bin/moto, the legacy-moto fallback in doctor, and the dual-name _moto_cli wrapper). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
floomhq/moto, but ~160 references to the oldfstackname remained across docs, install scripts, systemd descriptions, Dockerfiles, env vars (FSTACK_*), CLI usage strings, GitHub URLs, and demo scripts.moto(case-preserving) and removes the rename leftovers — duplicatemoto/fstacksymlinks, duplicateMOTO_*_DIRfallback chains, theAPP_NAME=moto→fstackoverride inmac/bin/moto, the legacy-motobranch inmoto doctor, and the dual-name_moto_cliwrapper.motoCLI was already the real binary.Test plan
bash -nclean on all changed shell scriptszsh -nclean on all changedmac/shell/*.zshmoto helprenders correctlyfstack/FSTACKstrings remain (grep -rreturns 0 hits)./install.sh macand confirm symlinks + zshrc loader stanza land cleanly./install.sh server-remoteon AX41 and confirm systemd units and docker compose still come up🤖 Generated with Claude Code